home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Internet
/
WWW
/
gform.1.1
/
config.h
< prev
next >
Wrap
Text File
|
1996-02-03
|
983b
|
30 lines
/*
WEBHOME only needs to be defined if you recieve an error telling
you it needs to be defined !. If so, set WEBHOME to your root HTML
directory where your data files and directories start.
Same as DirectoryRoot in srm.conf
/* #define WEBHOME "/cwis"
*/
/*
Set USERDIR to the users Public HTML directory ( for use with
tilde (~user) home directory expansion used in Public style
HTML access. This should be same as "UserDir" in srm.conf.
If USERDIR is undefined, then '~' won't be expanded */
#undef USERDIR /* Default. Don't permit User HTML Dir */
/* #define USERDIR "html" /* Permit user HTML dir called "html" */
#define USERDIR "public_html" /* Users Home Dir, permit user HTML. Risky! */
/*
Specify the print command on your system and the switch to
specify queue eg. /usr/lpr -Pmyprinter , "myprinter" is specified
in the HTML form */
#define PRINTCMD "/usr/bin/lpr"
#define PRINTQ "-P"
/* Specify your Mailer program */
#define MAILER "/usr/ucb/mail"